Reply to This method should not be called on the main thread as it may lead to UI unresponsiveness. Same here Topic: Developer Tools & Services SubTopic: Xcode Tags: Dec ’22
Reply to UITableViewCell layout not updating until cell is reused I had the same issue, but then I realised that I forget to call super within my 'override func prepareForReuse() {...}' method. Try this. Topic: UI Frameworks SubTopic: UIKit Tags: Jun ’23